"misty rose" shadcn/ui theme

innovative
bold
high-contrast
experimental
futuristic
immersive
modern
color-balanced
visually-striking
readable

Shadcn/ui Theme Css Variables

name: Mystic Bloomkeyword: misty rose views: 22

:root {
  --background: 330 90% 97%;
  --foreground: 350 20% 20%;
  --card: 330 85% 95%;
  --card-foreground: 350 20% 20%;
  --popover: 330 90% 97%;
  --popover-foreground: 350 20% 20%;
  --primary: 340 60% 70%;
  --primary-foreground: 330 90% 97%;
  --secondary: 320 50% 85%;
  --secondary-foreground: 350 20% 20%;
  --muted: 330 85% 95%;
  --muted-foreground: 350 20% 20%;
  --accent: 310 40% 90%;
  --accent-foreground: 350 20% 20%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 330 90% 97%;
  --border: 330 85% 95%;
  --input: 330 85% 95%;
  --ring: 340 60% 70%;
  --radius: 0.75rem;
  --chart-1: 340 60% 70%;
  --chart-2: 320 50% 85%;
  --chart-3: 310 40% 90%;
  --chart-4: 330 85% 95%;
  --chart-5: 350 20% 20%;
}